body, ul, li, p {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration:none;
    color: #353535;
}
html{overflow-y:scroll;}
body {
    background: #f7f7f7;
    color: #353535;
    font-family:Source Han Sans CN;
}
img {
    border: none;
    vertical-align: top;
}
.clear:after {
    display: block;
    content: '';
    clear: both;
}
#header{
    background: #fff;
    height: 80px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}
#header-info {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}
.logo>img {
    /*height: 44px;*/
    height:auto;
    /*width: 96px;*/
    width:115px;
    margin-top: 18px;
    vertical-align: top;
}    
#header-nav {
    display: inline-block;
    margin-left: 48px;
    vertical-align: top;
    width: 723px;
    position: relative;
}
#header-nav>li {
    display: inline-block;
    font-size: 20px;
    padding: 0 20px;
}
#header-nav>li>a {
    display: inline-block;
    color: #666666;
    line-height: 80px;
    height: 80px;
}
#header-nav .header-nav-select>a{
    background-size: 16px 8px;
    height: 76px;
    border-bottom: 4px solid #00b0ec;
}
.zixun {
    background: url('../images/nav-select.png') no-repeat;
    background-position: right 18px top 36px;
    position: relative;
}
.zixun a {
    padding-right:18px;
}
.zixun-select {
    background: url('../images/nav-select1.png') no-repeat !important;
    background-position: right 0 top 36px !important;
    height: 80px !important;
    border:none !important;
    color:#353535 !important;
}
.zixun-show {
    position: absolute;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
    top: 80px;
    left: 0;
    background: rgba(235, 235, 235, .85);
    display: none;
    overflow: hidden;
    z-index: 999;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.zixun-show li{
    /*float:left;*/
    padding: 0;
    margin: 0;
}
.zixun-show li:nth-child(6n+1) {
    background: url('../images/rgzn-hn.png') no-repeat;
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+2) {
    background: url('../images/jqr-hn.png') no-repeat;
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+3) {
    background: url('../images/wrj-hn.png') no-repeat;
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+4) {
    background: url('../images/znjj-hn.png') no-repeat;
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+5) {
    background: url('../images/znyx-hn.png') no-repeat;
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+6) {
    background: url('../images/vr-hn.png') no-repeat;
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+1):hover {
    background: url('../images/rgzn-hn-s.png') no-repeat rgba(0, 0, 0, .3);
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+2):hover {
    background: url('../images/jqr-hn-s.png') no-repeat rgba(0, 0, 0, .3);
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+3):hover {
    background: url('../images/wrj-hn-s.png') no-repeat rgba(0, 0, 0, .3);
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+4):hover {
    background: url('../images/znjj-hn-s.png') no-repeat rgba(0, 0, 0, .3);
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+5):hover {
    background: url('../images/znyx-hn-s.png') no-repeat rgba(0, 0, 0, .3);
    background-position: left 28px center;
}
.zixun-show li:nth-child(6n+6):hover {
    background: url('../images/vr-hn-s.png') no-repeat rgba(0, 0, 0, .3);
    background-position: left 28px center;
}
.zixun-show li a{
    display: block;
    min-width: 230px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #454545;
    text-indent: 62px;
    white-space: nowrap;
}
.zixun-show li a:hover {
    color: #fff;
}

.public-class .zixun-show{
    width: 600px;
    height: auto;
    overflow: hidden;
}
.public-class .zixun-show li{
    width: 300px;
    float: left;
}

#searchform {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
#searchform-btn {
    width: 20px;
    height: 21px;
    position: absolute;
    bottom: 7px;
    right: 10px;
    background: url('../images/search-bg.png') no-repeat;
    background-size: 20px 21px;
    cursor: pointer;
    padding:0;
    margin:0;
    outline:none;
    border:none;
}
#search {
    width: 176px;
    height: 32px;
    display: inline-block;
    margin-top: 22px;
    border-radius: 32px;
    border: 1px solid #a1a1a1;
    padding-left: 16px;
    font-size: 14px;
    color: #9b9b9b;
    outline: none;
    background: transparent;
}
#login {
    display: inline-block;
    width: 120px;
    /*overflow: hidden;*/
    height: 14px;
    line-height: 14px;
    /*margin-top: 33px;*/
    height: 47px;
    text-align: right;

}
#login>a{
    font-size: 14px;
    color: #666666;
    display: inline-block;
    overflow: hidden;
    padding-top: 33px;
    /*background: red;*/
    height: 47px;

}
#login >a:first-child{
    font-size: 14px;
    color: #666666;
    display: inline-block;
    overflow: hidden;
    padding-top: 33px;
    /*background: red;*/
    height: 47px;

    /*background: red;*/
}
#login .user-info {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding-top: 33px;
    height: 47px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}
#login .user-info:hover {
    background: #eeeeee;
}
#login .user-list li:hover {
    background: #a6a6a6;
    color: #fff;
}
.user-list {
    display: none;
    position: absolute;
    top: 80px;
    right: 0px;
    width: 115px;
    background: red;
}
.user-list li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #454545;
    background: #eeeeee;
}
.user-list .logout {
    /*background: #a6a6a6;*/
}
 .ii{
     width: 0px;
     height: 14px;
     /*background: #;*/
     border: 1px solid #a1a1a1;
     margin: 0;
     padding: 0;
     margin-bottom: 33px;
     display: inline-block;
     margin-left: 6px;
    /*border-right: 2px solid #a1a1a1;*/
}
#login>a:last-child {
    padding-left: 6px;
}

#footer {
    background: #36373f;
    /*height: 415px;*/
    height:auto;
    overflow: hidden;
    min-width:1200px;
}
#footer-info {
    font-size: 0;
    overflow: hidden;
}
#footer-info>li {
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
}
.footer-realize {
    width: 184px;
}
.footer-relation {
    width: 294px;
}
.footer-media {
    width: 372px;
}
.footer-wechat {

}
.footer-title {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    border-bottom: 1px solid #9fa4b2;
}
#footer #colophon, #footer-info {
    width: 1200px;
    margin: 0 auto;
}
#footer #colophon {
    margin-top:15px;
    margin-bottom:20px;
}
#footer-info a {
    font-size: 14px;
    color: #abb1c0;
    display: inline-block;
    line-height: 14px;
}
#footer-info ul {
    padding-top: 38px;
}
#footer-info ul li {
    margin-bottom: 24px;
}
#footer-info .footer-media-info a{
    width: 124px;
}
#footer-info .footer-wechat li {
    display: inline-block;
    margin-right: 15px;
}
#footer-info .footer-wechat li:last-child {
    margin-right: 0;
}
.footer-wechat-img {
    width: 106px;
    height: 105px;
}
.footer-wechat-title {
    font-size: 14px;
    color: #c1ccd9;
    text-align: center;
    line-height: 14px;
    padding-top: 10px;
}
#colophon{
    color: #7c808b;
    font-size: 12px;
}
#colophon>div {
    text-align: center;
    line-height: 22px;
}

#login-wrap {
    position: fixed;
    width: 100vw;
    height:100vh;
    background: rgba(0, 0, 0, .65);
    z-index: 2;
    display: none;
}
.iframe-wrap {
    position: relative;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto auto;
    display: inline;
    background: #000;
}
#login-wrap iframe {
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto auto;
    scrolling:no;
}
.i-reg {
    width: 493px;
    height: 479px;
    border-radius: 5px;
}
.i-login {
    width:720px;
    height:378px;
    border-radius: 5px;
}
#login-del {
    position: fixed;
    top:14px;
    right:14px;
    /*border: 10px solid  red;*/
    cursor: pointer;
}
.btn-hover {
    cursor: pointer !important;
}
.btn-hover:hover {
    background: #00b0ec !important;
    border:1px solid #00b0ec !important;
    color: #fff !important;
}
.zdx-btn {
    text-align: center;
    font-size: 16px;
    color: #00b0ec;
    height: 34px;
    width: 147px;
    line-height: 34px;
    border-radius: 34px;
    border: 1px solid #00b0ec;
    display: block;
}
.width-center {
    width:1200px;
    margin:0 auto;
}

/*友情链接*/
#friend-link {
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    overflow: hidden;
}
#friend-link .footer-title {
    width: 100%;
}
#friend-link>ul {
    padding: 22px 0 40px;
}
#friend-link>ul li{
    float: left;
    /*width: 80px;*/
    margin-right: 32px;
}
#friend-link>ul li:nth-child(11n + 11) {
    /*margin-right: 0;*/
} 
#friend-link a {
    font-size: 14px;
    color: #abb1c0;
    display: inline-block;
    line-height: 36px;
}